home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / super1.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  121 b   |  8 lines

  1. on exitFrame
  2.   if soundBusy(2) = 0 then
  3.     sound playFile 1, "..\som\sbhahah.wav"
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.